home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 07511000 / var0888.dms / var0888.adf / WoManD / man / C_Library / string < prev    next >
Text File  |  1992-09-19  |  662b  |  20 lines

  1. STRING(1)                   C LIBRARY FUNCTIONS                    STRING(1)
  2.  
  3. NAME
  4.      string- strings and memory block functions library
  5.  
  6. INCLUDE FILE
  7.      string.h
  8.  
  9. DESCRIPTION
  10.      The string library contains functions to manipulate strings and blocks
  11.      of memory. The string.h file includes the "stddef.h" file at its
  12.      beginning.
  13.  
  14. FUNCTIONS
  15.      The string library contains the following functions:
  16.      memchr(), memcmp(), memcpy(), memmove(), memset(), strcat(), strchr(),
  17.      strcmp(), strcoll(), strcpy(), strcspn(), strerror(), strlen(),
  18.      strncat(), strncmp(), strncpy(), strpbrk(), strrchr(), strspn(),
  19.      strstr(), strtok(), strxfrm().
  20.